3.19 \(\int \frac {1}{(3 i x+4 x^2)^{5/2}} \, dx\)

Optimal. Leaf size=53 \[ \frac {64 (8 x+3 i)}{243 \sqrt {4 x^2+3 i x}}+\frac {2 (8 x+3 i)}{27 \left (4 x^2+3 i x\right )^{3/2}} \]

[Out]

2/27*(3*I+8*x)/(3*I*x+4*x^2)^(3/2)+64/243*(3*I+8*x)/(3*I*x+4*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {614, 613} \[ \frac {64 (8 x+3 i)}{243 \sqrt {4 x^2+3 i x}}+\frac {2 (8 x+3 i)}{27 \left (4 x^2+3 i x\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[((3*I)*x + 4*x^2)^(-5/2),x]

[Out]

(2*(3*I + 8*x))/(27*((3*I)*x + 4*x^2)^(3/2)) + (64*(3*I + 8*x))/(243*Sqrt[(3*I)*x + 4*x^2])

Rule 613

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-3/2), x_Symbol] :> Simp[(-2*(b + 2*c*x))/((b^2 - 4*a*c)*Sqrt[a + b*x
 + c*x^2]), x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 614

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b + 2*c*x)*(a + b*x + c*x^2)^(p + 1))/((p +
1)*(b^2 - 4*a*c)), x] - Dist[(2*c*(2*p + 3))/((p + 1)*(b^2 - 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0] && LtQ[p, -1] && NeQ[p, -3/2] && IntegerQ[4*p]

Rubi steps

\begin {align*} \int \frac {1}{\left (3 i x+4 x^2\right )^{5/2}} \, dx &=\frac {2 (3 i+8 x)}{27 \left (3 i x+4 x^2\right )^{3/2}}+\frac {32}{27} \int \frac {1}{\left (3 i x+4 x^2\right )^{3/2}} \, dx\\ &=\frac {2 (3 i+8 x)}{27 \left (3 i x+4 x^2\right )^{3/2}}+\frac {64 (3 i+8 x)}{243 \sqrt {3 i x+4 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 36, normalized size = 0.68 \[ \frac {2048 x^3+2304 i x^2-432 x+54 i}{243 (x (4 x+3 i))^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[((3*I)*x + 4*x^2)^(-5/2),x]

[Out]

(54*I - 432*x + (2304*I)*x^2 + 2048*x^3)/(243*(x*(3*I + 4*x))^(3/2))

________________________________________________________________________________________

fricas [A]  time = 1.03, size = 62, normalized size = 1.17 \[ \frac {4096 \, x^{4} + 6144 i \, x^{3} - 2304 \, x^{2} + {\left (2048 \, x^{3} + 2304 i \, x^{2} - 432 \, x + 54 i\right )} \sqrt {4 \, x^{2} + 3 i \, x}}{3888 \, x^{4} + 5832 i \, x^{3} - 2187 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(3*I*x+4*x^2)^(5/2),x, algorithm="fricas")

[Out]

(4096*x^4 + 6144*I*x^3 - 2304*x^2 + (2048*x^3 + 2304*I*x^2 - 432*x + 54*I)*sqrt(4*x^2 + 3*I*x))/(3888*x^4 + 58
32*I*x^3 - 2187*x^2)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(3*I*x+4*x^2)^(5/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Warn
ing, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a sub
stitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should perha
ps be purged.

________________________________________________________________________________________

maple [A]  time = 0.10, size = 42, normalized size = 0.79 \[ \frac {\frac {16 x}{27}+\frac {2 i}{9}}{\left (4 x^{2}+3 i x \right )^{\frac {3}{2}}}+\frac {\frac {512 x}{243}+\frac {64 i}{81}}{\sqrt {4 x^{2}+3 i x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(4*x^2+3*I*x)^(5/2),x)

[Out]

2/27*(8*x+3*I)/(4*x^2+3*I*x)^(3/2)+64/243*(8*x+3*I)/(4*x^2+3*I*x)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.37, size = 55, normalized size = 1.04 \[ \frac {512 \, x}{243 \, \sqrt {4 \, x^{2} + 3 i \, x}} + \frac {64 i}{81 \, \sqrt {4 \, x^{2} + 3 i \, x}} + \frac {16 \, x}{27 \, {\left (4 \, x^{2} + 3 i \, x\right )}^{\frac {3}{2}}} + \frac {2 i}{9 \, {\left (4 \, x^{2} + 3 i \, x\right )}^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(3*I*x+4*x^2)^(5/2),x, algorithm="maxima")

[Out]

512/243*x/sqrt(4*x^2 + 3*I*x) + 64/81*I/sqrt(4*x^2 + 3*I*x) + 16/27*x/(4*x^2 + 3*I*x)^(3/2) + 2/9*I/(4*x^2 + 3
*I*x)^(3/2)

________________________________________________________________________________________

mupad [B]  time = 0.12, size = 31, normalized size = 0.58 \[ \frac {\left (16\,x+6{}\mathrm {i}\right )\,\left (128\,x^2+x\,96{}\mathrm {i}+9\right )}{243\,{\left (4\,x^2+x\,3{}\mathrm {i}\right )}^{3/2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*3i + 4*x^2)^(5/2),x)

[Out]

((16*x + 6i)*(x*96i + 128*x^2 + 9))/(243*(x*3i + 4*x^2)^(3/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (4 x^{2} + 3 i x\right )^{\frac {5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(3*I*x+4*x**2)**(5/2),x)

[Out]

Integral((4*x**2 + 3*I*x)**(-5/2), x)

________________________________________________________________________________________